'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether this processing command can modify target object.")> Public Overridable ReadOnly Property CanModifyTarget As Boolean
[DefaultValue(True)] [Description("A value indicating whether this processing command can modify target object.")] public virtual bool CanModifyTarget { get; }
[DefaultValue(True)] [Description("A value indicating whether this processing command can modify target object.")] public: __property virtual bool get_CanModifyTarget();
[DefaultValue(True)] [Description("A value indicating whether this processing command can modify target object.")] public:
virtual property bool CanModifyTarget { bool get(); }
Property Value
True, если эта команда обработки может изменять целевой объект; в противном случае, false.